home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / linux-bo / net-boot.1 / net-boot / net-boot-floppies-1.1 / README < prev    next >
Text File  |  1996-04-26  |  3KB  |  94 lines

  1.  
  2. Freely redistributable universal network boot floppies for Linux
  3.  
  4. CONTENTS
  5.  
  6.     3c503.floppy    Boot floppy for 3Com 3c503 ethernet card
  7.     3c509.floppy    Boot floppy for 3Com 3c509 ethernet card
  8.     ne.floppy        Boot floppy for NE2000 or compatible ethernet card
  9.     wd.floppy        Boot floppy for Western Digital WD80*3 ethernet card
  10.  
  11.  
  12. USAGE NOTES
  13.  
  14.     These floppy images are configured to assume that your ethernet
  15. card is at address 0x300.  If you are using the 3c503, you must have
  16. the BIOS ROM enabled.  The 3c503, ne2000 and Western Digital floppies
  17. have been tested.  The 3c509 floppy has not been tested as of the
  18. writing of this document (26 April 1996).
  19.  
  20.  
  21. REBUILDING FROM SOURCE
  22.  
  23.     The source code for these floppy disks consists of the
  24. etherboot-1.1 package and the comboot-1.1 boot sector.  You can
  25. get this software from the following locations:
  26.  
  27.   etherboot:
  28.     sunsite.unc.edu:/pub/Linux/system/Linux-boot/etherboot-1.1.tar.gz
  29.     ftp.yggdrasil.com:/mirrors/sunsite/system/Linux-Boot/etherboot-1.1.tar.gz
  30.   comboot:
  31.     ftp.yggdrasil.com:/pub/dist/booting/comboot-1.0.tar.gz
  32.     sunsite.unc.edu:/pub/Linux/system/Linux-boot/comboot-1.0.tar.gz
  33.     tsx-11.mit.edu:/pub/linux/dos_utils/comboot-1.0.tar.gz
  34.  
  35.     Once you have the tar files of comboot-1.0 and etherboot-1.1,
  36. you would type the following to rebuild the boot floppies (I have
  37. tested these commands):
  38.  
  39.     tar xfpz comboot-1.0.tar.gz
  40.     tar xfpvz etherboot-1.1.tar.gz
  41.     cd comboot-1.0
  42.     make install        # Installs /usr/lib/bootsectors/comboot
  43.     cd ../etherboot-1.1/netboot-32
  44.     make
  45.     for x in *.com ; do
  46.        cat /usr/lib/bootsectors/comboot $x > `basename $x .com`.floppy
  47.     done
  48.  
  49.  
  50. POINTERS TO DOCUMENTATION
  51.  
  52. For documention on how to use the diskless boot floppies, see the
  53. README file in etherboot-1.1, which is FTPable from
  54. sunsite.unc.edu:pub/Linux/system/Linux-boot.  You will also have to install
  55. bootpd and tftpd on a server machine.  The machine that is running
  56. bootpd must be on the same ethernet as the diskless client.  Once
  57. you have installed bootpd, doing a "man bootptab" should give you
  58. useful information on the /etc/bootptab file which you will have to
  59. edit to set up diskless bootking.
  60.  
  61.  
  62.  
  63. COPYRIGHT
  64.  
  65. These floppy images were made the etherboot and comboot software
  66. packages.  Because their contents are covered by the GNU General
  67. Public License, if you distribute these images, you must distribute
  68. the source code to both etherboot and comboot or make it available
  69. in certain ways, as spelled out by version 2 of the GNU General
  70. Public License, as published by the Free Software Foundation
  71. (Cambridge, Massachusetts, USA).  A copy of the GNU General Public
  72. License is included in the file COPYING in this directory.
  73.  
  74. etherboot is available from the following locations:
  75.  
  76.     sunsite.unc.edu:pub/Linux/system/Linux-Boot/etherboot-1.1.tar.gz
  77.     ftp.yggdrasil.com:mirrors/sunsite/system/Linux-Boot/etherboot-1.1.tar.gz
  78.  
  79. comboot is available from the following locations:
  80.  
  81.     ftp.yggdrasil.com:pub/dist/comboot-1.0.tar.gz
  82.     sunsite.unc.edu:pub/Linux/system/Linux-Boot/comboot-1.0.tar.gz
  83.     tsx-11.mit.edu, directory to be determined
  84.  
  85. This README file was written by Adam J. Richter and is copyright
  86. Yggdrasil Computing, Inc., 1996.  It may be freely copied under
  87. the terms and conditions of version 2 of the GNU General Public
  88. License as published by the Free Software Foundation.
  89.  
  90.  
  91. MAINTAINER
  92.     adam@yggdrasil.com (Adam J. Richter)
  93.  
  94.